home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Programmer Disk
/
The Programmer Disk (Microforum).iso
/
xpro
/
vb2
/
pro15
/
msgdem1.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1991-09-11
|
2KB
|
30 lines
Form1
Using Forms as Message Boxes
Form1
Command1
Command2
Form_Click
@ Form_Load
form2
caption
Command1_Click
Command2_Click
mousepointer
Form_Load
The routine below is useful when you do a lott
while a program is loading. Prevents panicc
for users. Use in Form_Load sub, naturally using
'your own commands in place of this loop.
Program Now Loading.....Wait..."
Command1_Click
Creates Static Message
Program Routine Running--Please Be Patient..."
Insert *BEFORE LOOP OR ROUTINE*
Include a space to keep give form size.
Insert *BEFORE LOOP*
Below: Setting the caption flashes the form.
Create a Flashing Message--Attracts Attention!
Below: Here you can increment anything you like.
Create a Flashing Counter: "
Command2_Click